From 39f780d769da71d65160bfcb1a7fe9fba251fcc2 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 15 Jan 2006 14:00:22 +0000 Subject: [PATCH] never used call --- includes/SpecialContributions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index 73b37bd85e..e34d1036a6 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -279,8 +279,6 @@ function wfSpecialContributions( $par = null ) { $atstart = (!count($contribs) || $late == $contribs[0]->rev_timestamp); $atend = (!count($contribs) || $early == $lastts); - $lasturl = $wgTitle->escapeLocalURL("action=history&limit={$limit}"); - $firsttext = wfMsgHtml('histfirst'); $lasttext = wfMsgHtml('histlast'); -- 2.20.1